翻訳と辞書
Words near each other
・ Tile classification
・ Tile crank
・ Tile Cross
・ Tile drainage
・ Tile engine
・ Tile Heritage Foundation
・ Tile Hill
・ Tile Hill railway station
・ Tile Hill Wood
・ Tile Hill Wood School
・ Tile Kolup
・ Tile Map Service
・ Tile Mountain
・ Tile processor
・ Tile Ridge
Tile Studio
・ Tile tracking
・ Tile, Somalia
・ Tile-based game
・ Tile-based video game
・ TILE-Gx
・ Tile-matching video game
・ TILE64
・ Tilea
・ Tileagd
・ Tiled Kiosk
・ Tiled printing
・ Tiled rendering
・ Tiled web map
・ Tilefish


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Tile Studio : ウィキペディア英語版
Tile Studio
Tile Studio is a Windows-only editor for graphics and level data of tile-based video games. The application combines a bitmap editor for creating graphics and a map editor for designing level maps.
A notable feature, distinguishing this tool from the approach of similar programs like Mappy and Tiled which define their own general map file format, is export of assets to arbitrary files through a comprehensive and sophisticated scripting language.
Tile Studio was created by Mike Wiering / Wiering Software.
==Defining the Output Format==

Asset export scripts have a .TSD file extension and a line-oriented syntax. On the website, there are examples of .TSD files for use with several programming languages and libraries (C, Delphi, Java, BlitzBasic, etc.). The user is expected to write a specific .TSD file for each project.
The output consists of any number of text files, binary files, or images (.bmp or .png). For example, a tileset can be exported as a bitmap containing all the tiles (or only the tiles/tile combinations that are actually used in the maps), or in it can be exported pixel by pixel to a text file with RGB values.
The following example creates a .bmp file with graphics and a map file in a custom text format. Notice the looping constructs and the placeholders, e.g. #tileset iterates over tilesets and populates TileSetIdentifier with the name of each tileset.
#tileset
#tilebitmap tileset_.bmp 320
#end tilebitmap
#end tileset
#file map_.tsmap

#tileset
tileset_.bmp
,,,,
,,,,

#map
,,,,
#mapdata
\n,,
#end mapdata
#end map

#sequence


#sequencedata
\n
#end sequencedata
#end sequence
#end tileset
#end file


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Tile Studio」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.